html {
  width: 100%;
  overflow-y: scroll;
  font-size: 10px
}
body {
  width: 100%;
  min-width: 1240px;
  margin: 0px;
  padding: 0px;
  font-size: 1.2rem;
  text-size-adjust: none;
  color: #000;
  letter-spacing: 1px;
  font-family: Microsoft YaHei, Arial, Verdana;
}
div,p,span,em {
  backface-visibility: hidden
}
ul,ol {
  list-style: none
}
form,dl,dt,dd,ul,ol,input,select,textarea,h1,h2,h3,h4,h5,h6 {
  margin: 0px; padding: 0px
}
input,button,select,textarea {
  font-size: 1.2rem; color: #000; outline: none
}
img {
  border: 0px
}
a {
  color: #000; text-decoration: none
}
a:hover {
  color: #df0000; text-decoration: none
}
a.link {
  cursor: pointer
}
.ash {
  color: #999
}
.block {
  display: block !important
}
.clear {
  clear: both
}
.clear_float {
  zoom: 1
}
.clear_float:after {
  display: block; clear: both; content: ""; visibility: hidden; height: 0
}
.center {
  text-align: center !important
}
.hide {
  display: none !important
}
.hand {
  cursor: pointer
}

.head{
  width: 100%;
}
.top{
  height: 30px;
  line-height: 30px;
  background-color: #eeeeee;
  text-align: right;
}
.main{
  width: 980px;
  margin: 0 auto;
}
.banner{
  padding: 10px 0;
}
.logo{
  float: left;
}
.slogan{
  float: right;
  width: 690px;
}
.nav{
  background-color: #ca0000;
  box-sizing: border-box;
  padding: 10px 0;
}
.nav a{
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.nav ul {
  width: 36%;
  float: left;
  border-right: 1px dotted #fff;
}
.nav ul:nth-child(2){
  width: 28%
}
.nav ul:nth-child(3){
  border: 0;
  width: 35%;
}
.nav ul li{
  list-style: none;
  width: 25%;
  padding: 2px 0;
  text-align: center;
  float: left;
}
.nav ul:nth-child(2) li{
  width: 33%;
}
.nav ul:nth-child(3) li{
  width: 33%;
}
.footer{
  text-align: center;
  border-top: #d8d8d8 1px solid;
  margin-top:50px;
}


.swiper-pagination-bullet {
  width: 20px!important;
  height: 20px!important;
  text-align: center!important;
  line-height: 20px!important;
  font-size: 12px!important;
  color:#000!important;
  opacity: 1!important;
  background: rgba(0,0,0,0.5)!important;
}
.swiper-pagination-bullet-active {
  color:#fff!important;
  background: #007aff!important;
}

.photo .swiper-slide {
      text-align: center;
      background: #fff;
      height: 130px;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.zhuanti .swiper-slide {
      text-align: center;
      background: #fff;
      height: 70px!important;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
/***************index****************/
.left{
  float: left;
}
.right{
  float: right;
}
.headline,
.part_1,
.part_2,
.part_3,
.part_4,
.part_5,
.part_6{
  margin: 20px 0;
}

li em,
.list .title em{
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px;
  width: 1.2rem;
  height: 1.2rem;
  background: url(icon/arrow.2.svg) center center no-repeat
}
.headline .left:nth-child(1),
.headline .left:nth-child(3){
  width: 68px;
}
.headline .left:nth-child(2){
  width: 842px;
}
.headline span{
  display: block;
  width: 100%;
  text-align: center;
}
.headline a{
  color: #CD0003;
  font-size: 3rem;
  font-weight: bold;
}

.title{
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  margin: 10px 0;
}
.title > a{
  color: #df0000;
  border-bottom: 1px solid #df0000;
  height: 100%;
  font-size: 1.6rem;
  font-weight: bold;
}
.title span{
  float: right;
  padding-top: 3px;
}
.main ul li{
  height: 2.5rem;
  line-height: 2.5rem;
}
.main ul a{
  font-size: 1.4rem;
}
.part_1 .left{
  width: 375px
}
.part_1 .right{
  width: 590px
}
.part_1 .topnews{
  width: 100%;
  height: 435px;
  overflow: hidden;
  position: relative;
}
.part_1 .swiper-slide img{
  width: 100%;
  height: 100%;
}
.part_1 .swiper-slide span{
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  background-color: rgba(0,0,0,0.3);
}
.part_1 .title > a{
  font-size: 2rem;
}
.part_1 .title span{
  padding-top: 10px;
}
.title_2{
  width: 100%;
  border-bottom: 1px solid #df0000;
  margin-bottom: 10px;
}
.title_2 span{
  float: right;
  padding-top: 13px;
}
.title_2 > a {
  background-color: #df0000;
  padding: 5px 10px;
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  border-radius: 10px 0;
}

.part_2 .left:nth-child(1){
  width: 240px;
}
.part_2 .left:nth-child(2){
  width: 420px;
  margin-left: 15px;
}
.part_2 .right{
  width: 290px
}
.part_2 .zhuanti{
  height: 300px;
  overflow: hidden;
}
.title_2{
  margin-top: 10px;
}
.title_2:nth-child(1){
  margin-top: 0;
}
.imgnews{
  border-bottom: 1px dotted #d8d8d8;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.imgnews img{
  width: 100px;
  display: inline-block;
}
.imgnews > div{
  width: 300px;
  float: right;
  display: inline-block;
}
.imgnews .topic{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
  height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imgnews .desc{
  color: #aaa;
}
.part_2 p > img{
 margin-right: 10px;
}
.part_5 .right{
  width: 290px;
}
.part_5 .left:nth-child(1){
  width: 330px;
}
.part_5 .left:nth-child(2){
  width: 330px;
  margin-left: 15px;
}
.part_5 .imgnews > div{
  width: 215px;
}
.album{
  width: 100%;
  height: 160px;
  overflow: hidden;
}

/*************list*************/
.list_slogan{
  margin:10px auto;
}
.list .left{
  width: 670px;
}
.list .right{
  width: 290px;
}
.list li{
  width: 100%;
  /*height: 3rem!important;*/
}
.list .title{
  border-bottom: 1px solid #df0000;
  margin-bottom: 20px;
}
.list .left li a:nth-child(1){
  color: #df0000;
  display: inline-block;
  margin-right: 10px;
}

.list .left li span{
  float: right;
}

.pagi{
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.pagi span{
  background-color: #df0000;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
}
.pagi a{
  color: #fff;
  margin: 0 5px;
}
.pagi .first,
.pagi .last{
  color: #000;
}
.pagi span:hover{
  opacity: 0.5;
}
.pagi .on span{
  color: #000;
}
.list .topic{
  text-align: center;
  font-size: 2.5rem;
  font-weight: bolder;
  margin-top: 30px;
}
.list .info{
  text-align: center;
  color: #444;
  margin-top: 10px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #e4e4e4;
}
.list .text{
  margin-top: 30px;
}
.photo{
  width: 100%;
  /*  height: 300px;*/
  height: 140px;
  overflow: hidden;
}
.left .text img{
  max-width: 100%
}